-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b2w rewrite to Python #84
Open
spaceben
wants to merge
16
commits into
cbg-ethz:master
Choose a base branch
from
spaceben:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [Added] Reads.fas logic * [Added] Minimal docs sphinx * [Updated] CI Docker * [Fixed] CI * [Added] Logic for reads.fas generation
* [Added] Restructered doc and b2w interface * [Added] argparse for b2w * [Changed] Pytest parametrized by different b2w inputs; Old b2w version used to generate test data * [Changed] Restructed testing for more general test sets * [Added] tiling strategy class * [Fixed] tests path * [Added] Additional test data set [Fixed] Numerous bugs in b2w
* [Added] Restructered doc and b2w interface * [Added] argparse for b2w * [Changed] Pytest parametrized by different b2w inputs; Old b2w version used to generate test data * [Changed] Restructed testing for more general test sets * [Added] tiling strategy class * [Fixed] tests path * [Added] Additional test data set [Fixed] Numerous bugs in b2w * [Added] Impl of maximum_reads * [Added] Impl for minimum_reads
* [Added] Cpp bindings [Fixed] Mem leaks in dpm_sampler * [Added] Old b2w with Cpp interface, long_deletion test [Fixed] All tests * [Added] Workflow, [Removed] Examples that were converted to tests * [Fixed] Missing deps * [Fixed] GHA yaml * [Fixed] Upload wheel * [Fixed] tar gz * [Added] Release flow * [Added] Release without tag * [Fix] Use short SHA as tag * [Fix] setuptools * [Fixed] docs [Fixed] Version bump numpy ndarray issue * [Fix] Cleanup files and file names * [Fix] GH file naming convention * [Fix] Release notes * [Fix] CI tagging * [Fix] CI tagging * [Fix] CI restructured * [Fix] CI name * [Add] conda env * [Fix] conda pin versions * [Add] Bump versions [Remove] Dead code __future__ * [Changed] trimer tiling (triple) * [Fix] Tuple vs list issue in tiling * [Fix] Windows for primer tiling * [Add] todos for incomplete code refactoring * [Draft] shorah snv rewrite to more flexible windows * [Removed] Release action because pip allows installs from branch * [Added] Shorah shotgun -r is now optional * [Fixed] Without region flag -r
* [Removed] amplicon mode * [Added] Cleanup of shorah_snv with new csv format * [Fixed] Output files and their location * [Fixed] New output file * [Fixed] Test except for long_del * [Fixed] Long deletion test
* [Added] Also output fas for each window * [Fixed] Unit tests * [Added] Conformance flag to old version, resolved issue
* [Added] Also output fas for each window * [Fixed] Unit tests * [Added] Conformance flag to old version, resolved issue * [Added] Improved docs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[Added]
b2w.cpp
to Python utilizingpysam
[Removed]
b2w.cpp
[Fixed]
reads.fas
Breaking changes in
b2w.py
vsb2w.cpp
-d
option not longer availableregion
not longer optional